C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / DidUpdateFocus Method

In This Topic
DidUpdateFocus Method (C1CollectionViewSource<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Sub DidUpdateFocus( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal context As UIKit.UICollectionViewFocusUpdateContext, _
   ByVal coordinator As UIKit.UIFocusAnimationCoordinator _
) 
 

Parameters

collectionView
context
coordinator
See Also